home *** CD-ROM | disk | FTP | other *** search
- This is a _brief_ documentation. Read LoadLibs.guide for the full doc!!!
-
- _ ********************************************************* _
- _ // *** LoadLibs v1.0, © Mathias Karlsson 05 Sep 1997 *** _ //
- \X/ ** Loads external libraries/datatypes/classes ** \X/
- * to any memoryblock and some other things... *
- *************************************************
-
- LoadLibs v1.0 is a CLI-only program and has several options to control the
- loading/usage of libraries.
-
- If you start LoadLibs with "?" as the only argument you will see this:
-
- 1> LoadLibs ?
- LIBRARY/M,TO/K,LIST/S,REMOVE/S,WAIT/S,BREAK/S,V=VERSION/N,NOCLOSE/S,VERBOSE/S,Q=QUIET/S:
-
- Here is a brief description of the different arguments accepted by
- LoadLibs. For more info click the appropriate gadget or see the full usage
- page.
-
- LIBRARY/M : One or several libraries/classes/datatypes to be loaded.
- The keyword "LIBRARY" is optional.
- The names are _CASE SENSITIVE_.
-
- The default is to load from LIBS: but a full path name
- such as "df0:libs/foo.library" is also legitimate.
-
- TO/K : Forces the library/libraries to be loaded into a certain
- memory region.
- The keyword "TO" is needed and is followed by the name of the
- memory block. Standard wild cards are accepted so chip#?
- matches "chip memory".
-
- LIST/S : Lists all libraries in memory and some information.
-
- REMOVE/S : This switch will try to remove the library/libraries.
-
- WAIT/S : LoadLibs will load the library/libraries and then WAIT for
- a break signal, in this case CTRL-C. It will then close
- the library/libraries and exit.
- This can be useful if you want to protect your
- library/libraries from being removed.
-
- BREAK/S : Sends a break signal to all instances of LoadLibs.
-
- VERSION/S : Checks version number when opening the library/libraries.
- The keyword "VERSION" or "V" is needed.
-
- NOCLOSE/S : LoadLibs doesn't close the library at exit.
- By not closing the library at exit it is protected from
- removal. It can no longer be removed by "avail flush" or
- "LoadLibs REMOVE" etc.
-
- VERBOSE/S : Print some extra information.
- In v1.0 of LoadLibs the extra information is limited to
- the IdString of the library when listing libraries.
-
- QUIET/S : Will suppress output. All errors will still be printed
-
-
- --
-
- LoadLibs v1.0 © 1997 Mathias Karlsson, md7karma@mdstud.chalmers.se
-
-